From: Stefan Monnier Date: Thu, 31 Oct 2002 16:22:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~29956 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9676fa8a1aad81ef80e9908c780de220909808bc;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index a557c1e259d..244fcdbc2b0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-10-31 Stefan Monnier + + * process.c (Fformat_network_address): Fix int/Lisp_Object mixup. + 2002-10-30 Stefan Monnier * editfns.c (overlays_around, get_pos_property): New funs. @@ -211,10 +215,17 @@ * fns.c (Flength): Doc fix. +2002-10-04 Stefan Monnier + + * keyboard.c (keyremap): New struct. + (read_key_sequence): Use it: globally replace keytran_foo with + keytran.foo and fkey_foo with fkey.foo. Rename temp vars + keytran_next and fkey_next to just `next'. + 2002-10-04 Steven Tamm * macterm.c (keycode_to_xkeysym_table): Change return to be - treated like an X keysym + treated like an X keysym. 2002-10-03 Jan D.